Add border-width to the migration guide
authorMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2016 13:58:36 +0000 (09:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 21 Oct 2016 14:01:29 +0000 (10:01 -0400)
No good answers here yet.

docs/reference/gtk/migrating-3to4.xml

index b818a7f2c7faf8edbf69462797c4b70b7e11d25b..d45b688a7c67dd2ce34bfcc90ac6e0925d72ff29 100644 (file)
       </para>
     </section>
 
+    <section>
+      <title>Stop using GtkContainer::border-width</title>
+      <para>
+        GTK+ 4 has removed the #GtkContainer::border-width property.
+        Use other means to influence the spacing of your containers.
+        FIXME: what are those ?
+      </para>
+    </section>
+
   </section>
 
 </chapter>